Edit Resource: IsDefaultAvailable
Description
The IsDefaultAvailable attribute under EditResource assigns the default availability of the resource.
Parameters
| Parameter | Description |
|---|---|
| IsDefaultAvailable | Boolean value. Options are either TRUE (default available) or FALSE (default unavailable). |
Examples
The default availability for the resource Ops Team is set to not available.
PATCH api/resource/Ops Team
Body:
{
"IsDefaultAvailable" : "FALSE"
}